Vcenter CryptoManager Hosts Kms Providers FilterSpec
The Vcenter CryptoManager Hosts Kms Providers FilterSpec schema contains properties used to filter the results when listing providers.
This schema was added in vSphere API 7.0.2.0.
{
"providers": [
"string"
],
"health": [
"string"
],
"types": [
"string"
]
}
Provider identifiers.
This property was added in vSphere API 7.0.2.0.
If missing or null
or empty, the result will not be filtered by provider identifier.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vcenter.crypto_manager.kms.provider
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vcenter.crypto_manager.kms.provider
.
Provider health status.
For more information see: Vcenter CryptoManager Hosts Kms Providers Health.
This property was added in vSphere API 7.0.2.0.
If missing or null
or empty, the result will not be filtered by provider health status.
Provider types.
For more information see: Vcenter CryptoManager Hosts Kms Providers Type.
This property was added in vSphere API 7.0.2.0.
If missing or null
or empty, the result will not be filtered by provider type.